home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch14 / ptp380a / acp380aJ.js next >
Text File  |  1999-04-01  |  5KB  |  105 lines

  1.  
  2.  
  3. function getProblemArr() {
  4.  
  5.  
  6. ////////////////////////////////////////////////////////////////////////////////////
  7. ////////////////////////////////////////////////////////////////////////////////////
  8.  
  9. //javascript:alert(document.inputForm["A"].checked);document.inputForm
  10. //javascript:alertproblemArr[0]["A"]);
  11. //problemObj = new Object(Q:" ",A:" ",B:" ",C:" ",D:" ");
  12.  
  13. matchingAnsObj = new Object;
  14.  
  15.  
  16. problemArr = new Array();
  17.  
  18. for (i=0; i<this.AnswerArray.length+4; i++) 
  19. {
  20.   problemArr[i] = new Object;
  21. };
  22.  
  23. problemArr[0]["Q"] = " ";
  24.  
  25.  
  26. ////////////////////////////////////////////////////////////////////////////////////
  27. ////////////////////////////////////////////////////////////////////////////////////
  28.  
  29.       
  30.      
  31.    
  32. problemArr[1]["Q"] = " Persuasive speeches may be contrasted with informative presentations in terms of the degree of commitment that the speaker requests from the audience.  Typically, then, the persuasive speaker will ask members of the audience to make a change in their degree of commitment.  That might entail strengthening a commitment, __________________ a commitment, or approving a specific action. "; 
  33.  
  34. problemArr[2]["Q"] = " The _________________ audience for a persuasive speech are those members of the audience a speaker particularly wants to address. ";
  35.  
  36. problemArr[3]["Q"] = " A persuasive speaker ought to follow a pattern of organization that is most effective for the speaking situation.  With special reference to many persuasive topics, a _____________ - solution method is frequently the best choice. ";
  37.  
  38. problemArr[4]["Q"] = " Another useful method of organization is the Monroe Motivated Sequence.  It follows steps in audience motivation, including the attention step, the need step, the satisfaction step, the ____________ step and the action step. ";
  39.  
  40. problemArr[5]["Q"] = " Strategies for addressing the motivations of the audience might also draw from Abraham Maslow's theory of needs.  Maslow hypothesized that humans act in ways that enable them to satisfy needs for physical survival by meeting biological and safety needs, and for psychological needs such as identity, forming meaningful relationships, and __________ - actualization. ";
  41.  
  42. problemArr[6]["Q"] = " While audience members will be skeptical of what you say if they think you are offering biased evidence that reflects your own self-interest, there are other times when what you say may be more persuasive because your statements do not advance your self-interest.  This form of evidence is called _______________ testimony. ";
  43.  
  44. problemArr[7]["Q"] = " Some persuasive speakers are very effective in creating a common bond with their audience.  We observe that they create ___________________ by stressing common values and shared experiences. ";
  45.  
  46. problemArr[8]["Q"] = " There are some audience members who are very resistant to persuasion on certain issues.  They thus attempt to dispose of the message through denial, dismissal, or belittling the source.  Other times, they will compartmentalize to avoid dealing with value conflicts.  Still others will resist persuasion because of the _______________ effect. ";
  47.  
  48. problemArr[9]["Q"] = " To strengthen audience commitment, it is sometimes useful to make people aware of values and commitments that they have previously taken for granted.  That can sometimes be done through a strategy of _________________ raising. ";
  49.  
  50. problemArr[10]["Q"] = " Sometimes the speaker's goal is to prevent the listeners from being persuaded by someone else.  A strategy for accomplishing that goal is __________________, which is accomplished by making an attack and defense of a challenged statement or claim. ";
  51.  
  52.  
  53.  
  54. problemArr[1]["F"] = " For more information, see page 357 of your textbook. ";
  55.  
  56. problemArr[2]["F"] = " For more information, see page 358 of your textbook. ";
  57.  
  58. problemArr[3]["F"] = " For more information, see page 359 of your textbook. ";
  59.  
  60. problemArr[4]["F"] = " For more information, see page 378 of your textbook. ";
  61.  
  62. problemArr[5]["F"] = " For more information, see page 358 of your textbook. ";
  63.  
  64. problemArr[6]["F"] = " For more information, see page 361 of your textbook. ";
  65.  
  66. problemArr[7]["F"] = " For more information, see page 362 of your textbook. ";
  67.  
  68. problemArr[8]["F"] = " For more information, see page 366 of your textbook. ";
  69.  
  70. problemArr[9]["F"] = " For more information, see page 370 of your textbook. ";
  71.  
  72. problemArr[10]["F"] = " For more information, see page 372 of your textbook. ";
  73.  
  74.  
  75. ////////////////////////////////////////////////////////////////////////////////////
  76. ////////////////////////////////////////////////////////////////////////////////////
  77.  
  78.  
  79.  
  80.  
  81. ////////////////////////////////////////////////////////////////////////////////////
  82. ////////////////////////////////////////////////////////////////////////////////////
  83. ////////////////////////////////////////////////////////////////////////////////////
  84. ////////////////////////////////////////////////////////////////////////////////////
  85.  
  86.  
  87. }
  88.  
  89.  
  90. getProblemArr();
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.